home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / nroff~06.zoo / patchlev.h < prev    next >
Text File  |  1992-07-16  |  454b  |  23 lines

  1. /*
  2.  * $Id: patchlev.h,v 1.2 1992/07/16 10:38:32 rosenkra Exp $
  3.  *
  4.  * $Log: patchlev.h,v $
  5.  * Revision 1.2  1992/07/16  10:38:32  rosenkra
  6.  * port to gcc, add tm,ie,el
  7.  *
  8.  */
  9.  
  10. /*
  11.  *    patchlev.h - variables identifying the version
  12.  *
  13.  *    version defines as: VerLevel.RevLevel.PatchLevel
  14.  *
  15.  *    this is included in version.h, which is included in nroff.h only in
  16.  *    main.
  17.  */
  18.  
  19. int    VerLevel   = 1;
  20. int    RevLevel   = 2;
  21. int    PatchLevel = 0;
  22.  
  23.